home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mallcrawl.swf / scripts / DefineButton2_502 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-28  |  103b  |  7 lines

  1. on(release){
  2.    if(_global.char_selected)
  3.    {
  4.       _parent._parent.gotoAndStop("game");
  5.    }
  6. }
  7.